Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST: fix alltoall onesided buf mt #807

Merged

Conversation

shimmybalsam
Copy link
Collaborator

What

In gtest alltoall onesided test when running with memory type cuda, sbuf and rbuf memory types are set to cuda but in practice use team->procs[i].p->onesided_buf which are allocated as host memory buffers during create_ context().

Why ?

Bug fix

How ?

In this onesided case using onesided buffers from context, set sbuf and rbuf mem type to be host.

@Sergei-Lebedev Sergei-Lebedev merged commit 35fa4f3 into openucx:master Jul 13, 2023
9 checks passed
jeniaka pushed a commit to jeniaka/ucc that referenced this pull request Aug 14, 2023
janjust pushed a commit to janjust/ucc that referenced this pull request Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants